Skip to content

[deps] Update responses requirement from ~=0.25.8 to ~=0.26.0#148

Merged
nemesifier merged 1 commit into
masterfrom
dependabot/pip/responses-approx-eq-0.26.0
May 18, 2026
Merged

[deps] Update responses requirement from ~=0.25.8 to ~=0.26.0#148
nemesifier merged 1 commit into
masterfrom
dependabot/pip/responses-approx-eq-0.26.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 1, 2026

Updates the requirements on responses to permit the latest version.

Release notes

Sourced from responses's releases.

0.26.0

  • When using assert_all_requests_are_fired=True, assertions about unfired requests are now raised even when an exception occurs in the context manager or decorated function. Previously, these assertions were suppressed when exceptions occurred. This new behavior provides valuable debugging context about which mocked requests were or weren't called.
  • Consider the Retry-After header when handling retries
Changelog

Sourced from responses's changelog.

0.26.0

  • When using assert_all_requests_are_fired=True, assertions about unfired requests are now raised even when an exception occurs in the context manager or decorated function. Previously, these assertions were suppressed when exceptions occurred. This new behavior provides valuable debugging context about which mocked requests were or weren't called.
  • Consider the Retry-After header when handling retries

0.25.8

  • Fix bug where the content type is always recorded as either text/plain or application/json. See #770
  • Allow asserts on add_callback() matches. See #727

0.25.7

  • Added support for python 3.13

0.25.6

  • Added py.typed to package_data

0.25.5

  • Fix readme issue that prevented 0.25.4 from being published to pypi.

0.25.4

  • Responses can now match requests that use data with file-like objects. Files will be read as bytes and stored in the request mock. See #736
  • RequestsMock.matchers was added. This property is an alias to responses.matchers. See #739
  • Removed tests from packaged wheels. See #746
  • Improved recorder API to ease use in REPL environments. See #745

0.25.3

  • Fixed recorder not saving and loading response headers with yaml files. See #715

0.25.2

  • Mulligan on 0.25.1 to run release pipeline correctly.

... (truncated)

Commits
  • 94913d0 release: 0.26.0
  • 051b79e Make assert_all_requests_are_fired always assert on exception (#782)
  • 0905cb8 Fix query_param_matcher not matching empty query parameter values (#787)
  • e0c6faa ci(release): Switch from action-prepare-release to Craft (#785)
  • 1be3a73 fix: Consider the Retry-After header when handling retries (#784)
  • c6730fb Merge branch 'release/0.25.8'
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 1, 2026
@nemesifier
Copy link
Copy Markdown
Member

@dependabot recreate

Updates the requirements on [responses](https://github.com/getsentry/responses) to permit the latest version.
- [Release notes](https://github.com/getsentry/responses/releases)
- [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES)
- [Commits](getsentry/responses@0.25.8...0.26.0)

---
updated-dependencies:
- dependency-name: responses
  dependency-version: 0.26.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/responses-approx-eq-0.26.0 branch from 6f33d37 to 6e1c6e4 Compare May 18, 2026 16:02
@kilo-code-bot
Copy link
Copy Markdown

kilo-code-bot Bot commented May 18, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Note: This is a dependabot PR for a dependency update. Per review policy, policy enforcement checks are skipped for dependabot PRs.

Analysis

File Change Assessment
requirements-test.txt responses~=0.25.8responses~=0.26.0 ✅ Valid version bump

Summary

This PR updates the responses test dependency from version 0.25.8 to 0.26.0. The new version includes:

  • Improved assert_all_requests_are_fired behavior (assertions now raised even when exceptions occur)
  • Support for Retry-After header in retry handling

This is a patch version update to a test-only dependency, posing minimal risk to the codebase.

Files Reviewed (1 file)
  • requirements-test.txt - Version constraint update

@nemesifier nemesifier merged commit 2971a2d into master May 18, 2026
8 of 9 checks passed
@nemesifier nemesifier deleted the dependabot/pip/responses-approx-eq-0.26.0 branch May 18, 2026 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant